/*  
Theme Name: DSC part un point deux
Description: Theme reworked for Wordpress 2.5
Version: 1.2
Author: Christopher Jones
*/
body{
	background:url('images/headerbkgd.jpg') repeat-x white;
	_background:0;
	color:#555;
	font:62.5% Verdana normal;
}
p{ 
	line-height:1.6em;
	text-align:justify; 
}
p a{ text-decoration:underline; }

a{ 
	color:#000080;
	text-decoration:none;
}
a:visited{ color:#500080; }
a:focus{}
a:hover{ text-decoration:underline; }

strong{
        color:#000080;
	font-weight:bold;
}
em{ font-style:italics; }

blockquote{
border:1px solid #c0c0c0;
padding:10px 35px;
}

#wrapper{

	font-size:1.4em;
	margin:0 auto;
	position:relative;
	width:819px;
}

#header{
	background:url('images/headerimg.jpg') no-repeat transparent 30px 0; 
	height:180px;
}
#header a{  
	display:block;
	height:180px;
}
#header h1{ text-indent:-1000em; }
.content{ 
	float:left;	
	margin:40px 0 0 30px; 
	padding-bottom:75px;
	width:550px;
}

h2{
	border-bottom:2px solid #000080;
	color:#000080;
	font-size:1.2em;
	font-weight:bold;
	margin-right:200px;
	padding-left:50px;
}

/* Site Navigation */
.siteNavigation{
	position:absolute;
	font-weight:bold;
	left:0; /* for ie6 */
	top:180px; /* this should equal the #header height*/
}
.siteNavigation li{
	background:url('images/navbutton.gif') no-repeat transparent;
	float:left;
	height:27px;
	padding:0;
	text-align:center;
	width:102px;
}
.siteNavigation li:hover{ background:url('images/navbuttonhover.gif') no-repeat transparent; }
.siteNavigation li.current{ background:url('images/navbuttonthispage.gif') no-repeat transparent; }
.siteNavigation li a{ 
	display:block;
	height:21px;
	padding-top:6px;
	width:102px;
}


/* Footer */
#footer{
	background:url('images/footerbkgd.jpg') repeat-x transparent; 
	bottom:0;	
	_bottom:-10px;
	height:45px;  /*image is 4 x 50 */
	padding-top:5px;
	position:fixed;
	text-align:center;
	width:100%;
}
#footer p{
        margin:0;
        text-align:center;
}


/**************************************************
 *  Sidebar
 **************************************************/
#links{
	float:right;
	margin-top:2em;
	width:180px;
}
#links a{
	background:url('images/sidebarbuttonimg.jpg') transparent no-repeat;
	display:block;
	font-size:1.2em;
	height:40px;   /*image is 80 x 180px */
	margin-bottom:2em;
	padding:20px 10px;
	text-align:center;
	text-decoration:none;
	width:160px;
}
#links a.noBackground{
	background:0;
	padding:0;
}

/****************************************************
 *  Homepage goodness
 ****************************************************/
.newsItem h2{
	border-bottom:2px solid #000080;
	color:#000080;
	font-size:1.4em;
	margin-bottom:5px;
	margin-right:150px;
	margin-top:25px;
	padding-left:50px;
}
.postedDate,
.postedBy {
	float:left;
	margin-bottom:10px;
	padding-left:50px;
}
.entry{
	clear:both;
	display:block;
	margin-bottom:20px;
}
.alignleft{ float:left; }
.alignright{ float:right; }

p{ margin-bottom:15px; }

/**************************************************
 *  Contact Form
 **************************************************/ 
#sidebarContact ul{ font-weight:normal; }
#sidebarContact p{ line-height:1.2em; text-align:center;}
#sidebarContact strong{
	color:#000080;
 	display:block;
	font-weight:bold;
}

#gb_form_div legend{ display:none; }
#gb_form_div label{ float:left;margin-top:15px; width:520px;}
#gb_form_div .creditline{ display:none; }
#gb_form_div input.button{ margin-top:10px; }

/* result message for contact form */
#gb_form_div h2.formhead{ margin-top:20px; color:#000; border:0; }
#gb_form_div h2.formhead small{ font-size:12px; font-weight:normal; }
#gb_form_div .success{ color:#000; font-weight:bold; }
#gb_form_div ul{ clear:left; padding-top:10px; }
#gb_form_div li{ line-height:1.2em; }
#gb_form_div .items{ font-weight:bold;color:#000080; }
#gb_form_div .error{
	color:#000080;
	font-weight:bold;
	margin-top:10px;	
}
#gb_form_div dl{ 
	clear:left;
	float:left; 
}

/**********************************************
 *  Feedburner Event Feed  
 *********************************************/
.feedburnerFeedBlock{
        margin-top:140px;
	width:179px;
	border:1px solid #FFC98F;
        -moz-border-radius:1em;
}
.feedTitle{
	background:#FFC98F;
border:1px solid #FFC98F;
        -moz-border-radius:1em;
	margin:0 0 8px 0;
	padding:5px;
	text-align:center;
}
.feedTitle a{
	font-weight:bold;
	text-decoration:none;
}
.feedburnerFeedBlock ul{
	list-style:none;
	padding:5px;
	margin:0;
	text-align:center;
}
.feedburnerFeedBlock li{ margin-bottom:8px;}
.fbsubscribelink{ text-align:center;}

#links .feedburnerFeedBlock a{
	background:none;
	display:inline;
	font-size:1.2em;
	height:auto;   /*image is 80 x 180px */
	margin-bottom:0;
	padding:0;
	text-align:center;
	width:auto;
}

/**************************************
 * Shelfari
 *************************************/
#shelfarip .popup .body .content{
float:none;
position:static;
}
#shelfarip .content img{ 
float:none;
position:static; 
}